home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / grabur.rea < prev    next >
Text File  |  1998-06-26  |  2KB  |  44 lines

  1. Short:    Utilities to fetch HTTP files. (07/01/98)
  2. Author:   greyl@videotron.ca (Serge Emond)
  3. Uploader: greyl@videotron.ca (Serge Emond)
  4. Type:     comm/www
  5.  
  6. Requires at least OS 3.0, rexxdossupport.library V2 and AmiTCP 4.0+.
  7. Rexxdossupport can be found on AmiNet (util/rexx/rexxdossupport.lha)
  8.  
  9. This archive contains executables for 68000.
  10.  
  11. Contains 4 things:
  12. 1) GrabHTTP.   Can grab files using the HTTP protocol.  (ARexx host)
  13. 2) UrlManager. Keep a list of urls.  (ARexx host)
  14. 3) ScanHTML.   Scans an HTML file and creates a list of the urls
  15.                contained in it.
  16. 4) GrabURL.rexx.
  17.  
  18. The last one uses the 3 others to grab one or more files using HTTP.
  19.  
  20. It can collect files recursively using AmigaDOS patterns and has a lot of
  21. options.
  22.  
  23. GrabHTTP also has a small GUI indicating the progress of the download.
  24.  
  25. This is freeware.  It works without crashing on my system.
  26.  
  27. * Note:
  28.  
  29. This version is **much** more stable for the Amiga than the "ported" unix
  30. version (2.0).  It also offers much more features.  I suggest using this
  31. instead of the port.  Since the only reason I turned my Amiga on the last
  32. month was about graburl, I doubt I will ever really make a 2.0 version with
  33. more features.  The only modifications that may arise are small ones to
  34. make those programs work with the constantly varying HTTP/HTML protocols,
  35. as long as they remain SMALL.
  36.  
  37. You might want to check GrabURL's page, which doesn't contain much:
  38. http://pages.infinit.net/greyl/graburl/
  39.  
  40. ---
  41. Partial change-list since last release:
  42.   GrabHTTP 1.05
  43.     - Sends Host and "Connection: close" ("simulates" http 1.1 requests)
  44.